We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffa59c commit 7b12a42Copy full SHA for 7b12a42
Dockerfile
@@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
3
ENV PS1 "\n\n>> bashly \W \$ "
4
WORKDIR /app
5
6
-RUN gem install bashly --version 1.0.0.rc1
+RUN gem install bashly --version 1.0.0
7
8
ENTRYPOINT ["bashly"]
lib/bashly/version.rb
@@ -1,3 +1,3 @@
1
module Bashly
2
- VERSION = '1.0.0.rc1'
+ VERSION = '1.0.0'
end
0 commit comments