Skip to content

Commit 378c05f

Browse files
authored
Merge pull request #6 from digitalocean/MP-191/VERSION-update-and-release
update to version 0.1 and release tarball
2 parents e8691f1 + 41856cc commit 378c05f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

byoi_validation/img_check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# © 2018 DigitalOcean LLC.
55
# This code is licensed under MIT license (see LICENSE.txt for details)
66
#
7-
VERSION="v. 0.01"
7+
VERSION="v. 0.1"
88

99
# Script should be run with SUDO
1010
if [ "$EUID" -ne 0 ]

marketplace_validation/img_check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# © 2018 DigitalOcean LLC.
55
# This code is licensed under MIT license (see LICENSE.txt for details)
66
#
7-
VERSION="v. 0.01"
7+
VERSION="v. 0.1"
88

99
# Script should be run with SUDO
1010
if [ "$EUID" -ne 0 ]

0 commit comments

Comments
 (0)