Skip to content

Commit

Permalink
v4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
immesys committed Mar 2, 2018
1 parent 12a823d commit aaca283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devmachine/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export OSDBASE=$DEVMACHINE_BASE/ceph
export ETCDBASE=$DEVMACHINE_BASE/etcd

# which version of BTrDB and tools to install
export VERSION=4.7.3
export VERSION=4.9.3
# on OSX we can't volume mount in storage because
# the filesystem isn't compatible. This uses storage inside
# the docker containers, which is probably fine, even across reboots
Expand Down
2 changes: 1 addition & 1 deletion tools/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package tools

const VersionMajor = 4
const VersionMinor = 9
const VersionPatch = 2
const VersionPatch = 3

0 comments on commit aaca283

Please sign in to comment.