Skip to content

Commit 4ef3e2d

Browse files
committed
.ruby-version - bump to 3.3.3
1 parent d584b49 commit 4ef3e2d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.3

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ cd /opt/pwn
3737
$ ./install.sh
3838
$ ./install.sh ruby-gem
3939
$ pwn
40-
pwn[v0.5.168]:001 >>> PWN.help
40+
pwn[v0.5.169]:001 >>> PWN.help
4141
```
4242

4343
[![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -48,21 +48,21 @@ pwn[v0.5.168]:001 >>> PWN.help
4848
It's wise to update pwn often as numerous versions are released/week:
4949
```
5050
$ rvm list gemsets
51-
$ rvm use ruby-3.3.1@pwn
51+
$ rvm use ruby-3.3.3@pwn
5252
$ gem uninstall --all --executables pwn
5353
$ gem install --verbose pwn
5454
$ pwn
55-
pwn[v0.5.168]:001 >>> PWN.help
55+
pwn[v0.5.169]:001 >>> PWN.help
5656
```
5757

5858
If you're using a multi-user install of RVM do:
5959
```
6060
$ rvm list gemsets
61-
$ rvm use ruby-3.3.1@pwn
61+
$ rvm use ruby-3.3.3@pwn
6262
$ rvmsudo gem uninstall --all --executables pwn
6363
$ rvmsudo gem install --verbose pwn
6464
$ pwn
65-
pwn[v0.5.168]:001 >>> PWN.help
65+
pwn[v0.5.169]:001 >>> PWN.help
6666
```
6767

6868
PWN periodically upgrades to the latest version of Ruby which is reflected in `/opt/pwn/.ruby-version`. The easiest way to upgrade to the latest version of Ruby from a previous PWN installation is to run the following script:

lib/pwn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PWN
4-
VERSION = '0.5.168'
4+
VERSION = '0.5.169'
55
end

0 commit comments

Comments
 (0)