Skip to content

Commit

Permalink
01.01.rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-McNab-UK committed May 20, 2024
1 parent 7920fd7 commit 23e1c92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/justin
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import argparse
import platform

# The make-justin-tag script looks for this and updates it - so format matters
versionNumber = '01.01.rc6'
versionNumber = '01.01.rc7'
sessionFile = '/var/tmp/justin.session.' + str(os.getuid())

def body(buf):
Expand Down
2 changes: 1 addition & 1 deletion modules/justin_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file must by valid Python AND valid Bash!
justinVersion='01.01.rc6'
justinVersion='01.01.rc7'
2 changes: 1 addition & 1 deletion testing/make-justin-ups
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# testing/make-justin-ups --default
#

export JUSTIN_VERSION=01.01.rc6
export JUSTIN_VERSION=01.01.rc7

export MJU_GIT_DIR=`mktemp -d /tmp/mju_git_XXXXXX`
( cd $MJU_GIT_DIR
Expand Down

0 comments on commit 23e1c92

Please sign in to comment.