Skip to content

Commit 2aa21b9

Browse files
committed
version bump 0.6.3
1 parent 1d4f7fd commit 2aa21b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
33
ENV PS1 "\n\n>> completely \W \$ "
44
WORKDIR /app
55

6-
RUN gem install completely --version 0.6.2
6+
RUN gem install completely --version 0.6.3
77

88
ENTRYPOINT ["completely"]

lib/completely/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Completely
2-
VERSION = '0.6.2'
2+
VERSION = '0.6.3'
33
end

0 commit comments

Comments
 (0)