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 8e5013b commit 1aa8718Copy full SHA for 1aa8718
Dockerfile
@@ -6,6 +6,6 @@ WORKDIR /app
6
# Install pandoc to support manpage generation (`bashly render :mandoc docs`)
7
RUN apk add --no-cache pandoc-cli
8
9
-RUN gem install bashly --version 1.1.5
+RUN gem install bashly --version 1.1.6
10
11
ENTRYPOINT ["bashly"]
lib/bashly/version.rb
@@ -1,3 +1,3 @@
1
module Bashly
2
- VERSION = '1.1.5'
+ VERSION = '1.1.6'
3
end
0 commit comments