Skip to content

Commit 1aa8718

Browse files
committed
version bump 1.1.6
1 parent 8e5013b commit 1aa8718

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
@@ -6,6 +6,6 @@ WORKDIR /app
66
# Install pandoc to support manpage generation (`bashly render :mandoc docs`)
77
RUN apk add --no-cache pandoc-cli
88

9-
RUN gem install bashly --version 1.1.5
9+
RUN gem install bashly --version 1.1.6
1010

1111
ENTRYPOINT ["bashly"]

lib/bashly/version.rb

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

0 commit comments

Comments
 (0)