diff options
author | Mark Wells <mark@freeside.biz> | 2015-08-04 11:50:54 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-04 12:01:41 -0700 |
commit | c74b42b224629ad2657ba3ac912ec60e9f1508ae (patch) | |
tree | 064c0049e77a4bf8ec3f8af0a8a0171ef5808922 /FS-Test/bin | |
parent | 82090fc595a4c7b1d03fe3d6e0039b06f0bc9ede (diff) |
migrate test database from 3.x
Diffstat (limited to 'FS-Test/bin')
-rwxr-xr-x | FS-Test/bin/freeside-test-start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS-Test/bin/freeside-test-start b/FS-Test/bin/freeside-test-start index 197a84702..859aca4c7 100755 --- a/FS-Test/bin/freeside-test-start +++ b/FS-Test/bin/freeside-test-start @@ -1,6 +1,6 @@ #!/bin/bash -VERSION='3.8.1' +VERSION='4.0.1' set -ae |