Skip to content

Commit

Permalink
Version 23.08
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Aug 29, 2023
1 parent 56227b4 commit fb588f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.4232
# Note: this file was auto-generated by Module::Build::Compat version 0.4234
require 5.018000;
use ExtUtils::MakeMaker;
WriteMakefile
Expand Down
2 changes: 1 addition & 1 deletion bin/sidef
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,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 23.05, running on Linux, using Perl v5.36.0.
Sidef 23.08, running on Linux, using Perl v5.38.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 = '23.05';
our $VERSION = '23.08';

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

0 comments on commit fb588f3

Please sign in to comment.