Skip to content

Commit

Permalink
Merge pull request #50 from logicnow/v2.3.1
Browse files Browse the repository at this point in the history
Version bump -> 2.3.1
  • Loading branch information
sphen13 authored May 16, 2019
2 parents c12d3b6 + 5b450a6 commit 8e7a181
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Client/bluesky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Set this to a different location if you'd prefer it live somewhere else
ourHome="/var/bluesky"

bVer="2.3"
bVer="2.3.1"

# planting a debug flag runs bash in -x so you get all the output
if [ -e "$ourHome/.debug" ]; then
Expand Down
2 changes: 1 addition & 1 deletion Client/helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# helper script performs privileged tasks for BlueSky, does initial client setup

ourHome="/var/bluesky"
bVer="2.3"
bVer="2.3.1"

if [ -e "$ourHome/.debug" ]; then
set -x
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV IN_DOCKER=1 \
EMAILALERT=root@localhost \
LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
BLUESKY_VERSION=2.3
BLUESKY_VERSION=2.3.1

RUN apt-get update && \
apt-get install --no-install-recommends -y apache2 \
Expand Down

0 comments on commit 8e7a181

Please sign in to comment.