diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-29 20:49:29 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-29 20:49:29 (EDT) |
commit | 5c7bb5629df9542a140f7f7d8cdb7c90a9237fa0 (patch) | |
tree | f45801e2d740d1a5dcdca4ce3b150b7dfe607bd9 /bin | |
parent | 6a7ef9cccd26481afa1e5ea4e03806669dec9541 (diff) |
Bump $VERSION
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bdf2fbcon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bdf2fbcon b/bin/bdf2fbcon index 5c7a9c4..3d4c3f7 100755 --- a/bin/bdf2fbcon +++ b/bin/bdf2fbcon @@ -21,7 +21,7 @@ use constant { }; my $VERSION; -$VERSION = '0.1.0'; +$VERSION = '0.2.0'; sub warning { |