Skip to content

Commit e10baee

Browse files
committed
Bump to 1.2.0 and release.
1 parent 1520317 commit e10baee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.2.0
1+
## 1.2.0 - 2025-09-03
22

33
* BREAKING change: only ruby 3.3 is kept in build & test matrix.
44

lib/startback/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Startback
22
module Version
33
MAJOR = 1
4-
MINOR = 1
4+
MINOR = 2
55
TINY = 0
66
end
77
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"

0 commit comments

Comments
 (0)