Version number bump

This commit is contained in:
VakarisZ 2020-07-30 09:35:30 +03:00
parent 82eef22b0f
commit f778ea6406
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ import argparse
from pathlib import Path
MAJOR = "1"
MINOR = "8"
PATCH = "2"
MINOR = "9"
PATCH = "0"
build_file_path = Path(__file__).parent.joinpath("BUILD")
with open(build_file_path, "r") as build_file:
BUILD = build_file.read()

View File

@ -1,6 +1,6 @@
{
"private": true,
"version": "1.8.2",
"version": "1.9.0",
"name": "infection-monkey",
"description": "Infection Monkey C&C UI",
"scripts": {