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 de231e8 commit 240c76fCopy full SHA for 240c76f
Dockerfile
@@ -1,7 +1,7 @@
1
FROM dannyben/alpine-ruby
2
3
-ENV BASHLY_VERSION=1.2.0
4
-ENV PS1 "\n\n>> bashly \W \$ "
+ENV BASHLY_VERSION=1.2.1
+ENV PS1="\n\n>> bashly \W \$ "
5
WORKDIR /app
6
7
# Install pandoc to support manpage generation (`bashly render :mandoc docs`)
lib/bashly/version.rb
@@ -1,3 +1,3 @@
module Bashly
- VERSION = '1.2.0'
+ VERSION = '1.2.1'
end
0 commit comments