Skip to content

Commit

Permalink
Version 22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Dec 1, 2022
1 parent 286c92c commit ffff94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/sidef
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ Outputs:
The interactive mode (a.k.a. REPL) is available by simply executing the C<sidef> command, or by specifying the C<-i> command-line switch:
$ sidef -i
Sidef 22.07, running on Linux, using Perl v5.36.0.
Sidef 22.12, running on Linux, using Perl v5.36.0.
Type "help", "copyright" or "license" for more information.
> n = 41
#1 = 41
Expand Down
2 changes: 1 addition & 1 deletion lib/Sidef.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Sidef {
use utf8;
use 5.016;

our $VERSION = '22.07';
our $VERSION = '22.12';

our $SPACES = 0; # the current number of indentation spaces
our $SPACES_INCR = 4; # the number of indentation spaces
Expand Down

0 comments on commit ffff94b

Please sign in to comment.