Skip to content

Commit 240c76f

Browse files
committed
version bump 1.2.1
1 parent de231e8 commit 240c76f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM dannyben/alpine-ruby
22

3-
ENV BASHLY_VERSION=1.2.0
4-
ENV PS1 "\n\n>> bashly \W \$ "
3+
ENV BASHLY_VERSION=1.2.1
4+
ENV PS1="\n\n>> bashly \W \$ "
55
WORKDIR /app
66

77
# Install pandoc to support manpage generation (`bashly render :mandoc docs`)

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.2.0'
2+
VERSION = '1.2.1'
33
end

0 commit comments

Comments
 (0)