Skip to content

Commit

Permalink
Revert "revert changes of declare VERSION"
Browse files Browse the repository at this point in the history
This reverts commit 951a748.
  • Loading branch information
shogo82148 committed Jul 8, 2023
1 parent 77ebb59 commit 7f6781a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Redis/Fast.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package Redis::Fast;
package Redis::Fast 0.36;

BEGIN {
use XSLoader;
our $VERSION = '0.36';
XSLoader::load __PACKAGE__, $VERSION;
}

Expand Down

0 comments on commit 7f6781a

Please sign in to comment.