Skip to content

Commit 39612bd

Browse files
authored
bumped version to 0.0.7. (#101)
1 parent 3edf5bc commit 39612bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/opm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use Getopt::Long qw( GetOptions :config no_ignore_case require_order);
2020
#use Data::Dumper qw( Dumper );
2121

2222
my $MAX_DEPS = 100;
23-
my $Version = '0.0.6';
23+
my $Version = '0.0.7';
2424

2525
my ($TarBall, $RepoLink, $RepoLinkUser, @Licenses, $LuaJIT, $LockFile);
2626

util/opm-pkg-indexer.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
my $json_xs = JSON::XS->new;
3232

33-
my $version = '0.0.6';
33+
my $version = '0.0.7';
3434

3535
my %opts;
3636
getopts("di:", \%opts) or die;

web/lua/opmserver.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cjson.encode_empty_table_as_object(false)
7575

7676

7777
local _M = {
78-
version = "0.0.6"
78+
version = "0.0.7"
7979
}
8080

8181

0 commit comments

Comments
 (0)