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 1905bcb commit 3a75b25Copy full SHA for 3a75b25
Dockerfile
@@ -3,7 +3,7 @@ FROM dannyben/alpine-ruby:3.3.3
3
LABEL io.whalebrew.name=bashly
4
5
ENV PS1="\n\n>> bashly \W \$ "
6
-ENV BASHLY_VERSION=1.3.1
+ENV BASHLY_VERSION=1.3.2
7
8
WORKDIR /app
9
lib/bashly/version.rb
@@ -1,3 +1,3 @@
1
module Bashly
2
- VERSION = '1.3.1'
+ VERSION = '1.3.2'
end
0 commit comments