We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ac022 commit 2c737baCopy full SHA for 2c737ba
Gemfile.lock
@@ -9,11 +9,12 @@ GIT
9
PATH
10
remote: .
11
specs:
12
- homebus-cli (0.2.1)
+ homebus-cli (0.3.0)
13
14
GEM
15
remote: https://rubygems.org/
16
17
+ bump (0.10.0)
18
cgi (0.3.2)
19
dotenv (2.8.1)
20
erb (2.2.3)
@@ -25,6 +26,7 @@ PLATFORMS
25
26
arm64-darwin-21
27
28
DEPENDENCIES
29
+ bump
30
dotenv
31
erb
32
homebus!
lib/homebus-cli/version.rb
@@ -1,3 +1,3 @@
1
class HomebusCLI
2
- VERSION = '0.2.2'
+ VERSION = '0.3.0'
3
end
0 commit comments