We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.2.0
1 parent 5d52e8d commit 3ddb6bbCopy full SHA for 3ddb6bb
3 files changed
Gemfile.lock
@@ -8,7 +8,7 @@ GIT
8
PATH
9
remote: .
10
specs:
11
- glamour (0.1.0)
+ glamour (0.2.0)
12
13
GEM
14
remote: https://rubygems.org/
lib/glamour/version.rb
@@ -3,6 +3,5 @@
3
# rbs_inline: enabled
4
5
module Glamour
6
- # @rbs const VERSION: String
7
- VERSION = "0.1.0"
+ VERSION = "0.2.0" #: String
end
sig/glamour/version.rbs
@@ -1,6 +1,5 @@
1
# Generated from lib/glamour/version.rb with RBS::Inline
2
- VERSION: ::String
+ VERSION: String
0 commit comments