Skip to content

Commit

Permalink
version bump 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Nov 1, 2022
1 parent 816ad56 commit 803b39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
ENV PS1 "\n\n>> bashly \W \$ "
WORKDIR /app

RUN gem install bashly --version 0.8.9
RUN gem install bashly --version 0.8.10

ENTRYPOINT ["bashly"]
2 changes: 1 addition & 1 deletion lib/bashly/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bashly
VERSION = "0.8.9"
VERSION = "0.8.10"
end

0 comments on commit 803b39d

Please sign in to comment.