Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
creaktive committed Feb 11, 2013
1 parent 9165e45 commit c834b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rainbarf - CPU/RAM stats chart for tmux & screen

# VERSION

version 0.2
version 0.3

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions rainbarf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use List::Util qw(max sum);
use Storable qw(lock_retrieve lock_store);

## no critic (ProhibitBacktickOperators ProhibitComplexRegexes ProhibitInteractiveTest)
our $VERSION = 0.2;
our $VERSION = 0.3;

my @ticks = qw[▁ ▂ ▃ ▄ ▅ ▆ ▇ █];
binmode \*STDOUT => q(encoding(utf8));
Expand Down Expand Up @@ -295,7 +295,7 @@ rainbarf - CPU/RAM stats chart for tmux & screen
=head1 VERSION
version 0.2
version 0.3
=head1 SYNOPSIS
Expand Down

0 comments on commit c834b88

Please sign in to comment.