Skip to content

Commit

Permalink
Prepare for v2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthares101 committed Mar 10, 2024
1 parent dc64267 commit 18b73f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img alt="Test suite status" src="https://img.shields.io/github/actions/workflow/status/anthares101/omega/ci.yml?style=for-the-badge"> <img alt="Version v2.6" src="https://img.shields.io/badge/version-v2.6-blue?style=for-the-badge"> <img alt="GPL-2.0 license" src="https://img.shields.io/github/license/anthares101/omega?style=for-the-badge">
<img alt="Test suite status" src="https://img.shields.io/github/actions/workflow/status/anthares101/omega/ci.yml?style=for-the-badge"> <img alt="Version v2.7" src="https://img.shields.io/badge/version-v2.7-blue?style=for-the-badge"> <img alt="GPL-2.0 license" src="https://img.shields.io/github/license/anthares101/omega?style=for-the-badge">

# Omega - From Wordpress admin to pty

Expand Down
2 changes: 1 addition & 1 deletion omega_wp/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pwnlib import useragents


VERSION = '2.6'
VERSION = '2.7'

DEFAULT_HEADERS = {
'User-Agent': useragents.random()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='omega_wp',
version='2.6.post1',
version='2.7',
license='GPL-2.0',
description='From Wordpress admin to pty automatically!',
author='Ángel Heredia',
Expand Down

0 comments on commit 18b73f3

Please sign in to comment.