We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfc64a commit 2ff4855Copy full SHA for 2ff4855
2 files changed
Dockerfile
@@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
3
ENV PS1 "\n\n>> completely \W \$ "
4
WORKDIR /app
5
6
-RUN gem install completely --version 0.6.1
+RUN gem install completely --version 0.6.2
7
8
ENTRYPOINT ["completely"]
lib/completely/version.rb
@@ -1,3 +1,3 @@
1
module Completely
2
- VERSION = '0.6.1'
+ VERSION = '0.6.2'
end
0 commit comments