From a42919442ce22157f49f114f986da540d7217e7c Mon Sep 17 00:00:00 2001 From: Danny Ben Shitrit Date: Thu, 31 Oct 2024 08:00:39 +0000 Subject: [PATCH] version bump 1.2.4 --- Dockerfile | 2 +- lib/bashly/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 40e789b7..1eb2942b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM dannyben/alpine-ruby:3.3.3 ENV PS1="\n\n>> bashly \W \$ " -ENV BASHLY_VERSION=1.2.3 +ENV BASHLY_VERSION=1.2.4 WORKDIR /app diff --git a/lib/bashly/version.rb b/lib/bashly/version.rb index 1f6ce776..0764bd0f 100644 --- a/lib/bashly/version.rb +++ b/lib/bashly/version.rb @@ -1,3 +1,3 @@ module Bashly - VERSION = '1.2.3' + VERSION = '1.2.4' end