From cd1943d99462dcd6a3d8cb74db48ae715d5fbfa6 Mon Sep 17 00:00:00 2001 From: Danny Ben Shitrit Date: Mon, 1 Apr 2024 07:23:27 +0000 Subject: [PATCH] version bump 1.1.10 --- Dockerfile | 2 +- lib/bashly/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 203397ef..325f7d6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM dannyben/alpine-ruby -ENV BASHLY_VERSION=1.1.9 +ENV BASHLY_VERSION=1.1.10 ENV PS1 "\n\n>> bashly \W \$ " WORKDIR /app diff --git a/lib/bashly/version.rb b/lib/bashly/version.rb index 640d4d4f..4ee9b3b9 100644 --- a/lib/bashly/version.rb +++ b/lib/bashly/version.rb @@ -1,3 +1,3 @@ module Bashly - VERSION = '1.1.9' + VERSION = '1.1.10' end