Skip to content

Commit

Permalink
Bump to 0.6.0 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jul 8, 2022
1 parent 988b5d9 commit 6bb0fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.0
## 0.6.0 - 2022-07-08

* Add support for `macros` in a lens file.

Expand Down
4 changes: 2 additions & 2 deletions lib/monolens/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Monolens
module Version
MAJOR = 0
MINOR = 5
TINY = 3
MINOR = 6
TINY = 0
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end

0 comments on commit 6bb0fe3

Please sign in to comment.