Skip to content

Commit

Permalink
Bump to 0.12.1 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed May 19, 2022
1 parent d127819 commit ede1636
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 @@
## 0.12.1
## 0.12.1 - 2022-05-19

* See 0.12.0, same release

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 = 0
MINOR = 12
TINY = 0
TINY = 1
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end

0 comments on commit ede1636

Please sign in to comment.