Skip to content

Commit

Permalink
version bump 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jan 16, 2025
1 parent cdf17b6 commit dce2c3e
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,7 +3,7 @@ FROM dannyben/alpine-ruby:3.3.3
LABEL io.whalebrew.name=bashly

ENV PS1="\n\n>> bashly \W \$ "
ENV BASHLY_VERSION=1.2.7
ENV BASHLY_VERSION=1.2.8

WORKDIR /app

Expand Down
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 = '1.2.7'
VERSION = '1.2.8'
end

0 comments on commit dce2c3e

Please sign in to comment.