Bumped version number to 1.10

This commit is contained in:
VakarisZ 2021-03-24 15:20:34 +02:00
parent 24bd8a4db9
commit 66ce163067
2 changed files with 2 additions and 2 deletions

View File

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

View File

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