Skip to content

Commit

Permalink
Bump to 0.12.2 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed May 20, 2022
1 parent a8a375b commit 5a8386c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.12.2 - 2022-05-20

* See 0.12.0, same release

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

0 comments on commit 5a8386c

Please sign in to comment.