Skip to content

Commit

Permalink
Upgrade to 1.0.3 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jun 27, 2024
1 parent 915f292 commit 97ea70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.3
## 1.0.3 - 2024-06-27

* Allow usage of Bmg 0.23.x, that makes no broken API.

Expand Down
2 changes: 1 addition & 1 deletion lib/startback/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Startback
module Version
MAJOR = 1
MINOR = 0
TINY = 2
TINY = 3
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end

0 comments on commit 97ea70d

Please sign in to comment.