Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed May 5, 2009
1 parent 75a5d8a commit 5222c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/Graphics/Browser.pm
@@ -1,5 +1,5 @@
package Bio::Graphics::Browser;
# $Id: Browser.pm,v 1.234 2009-05-05 23:14:40 lstein Exp $
# $Id: Browser.pm,v 1.235 2009-05-05 23:28:17 lstein Exp $
# Globals and utilities for GBrowse and friends

use strict;
Expand All @@ -18,7 +18,7 @@ use Carp 'croak','carp';
use CGI 'redirect','url';

my %CONFIG_CACHE;
our $VERSION = 1.991;
our $VERSION = 1.992;

sub new {
my $class = shift;
Expand Down

0 comments on commit 5222c46

Please sign in to comment.