update version to v0.22
Some checks failed
vs2026-ci / win-amd64-build (debug, x64) (push) Has been cancelled
vs2026-ci / win-amd64-build (release, x64) (push) Has been cancelled
vs2026-ci / Deploy release (push) Has been cancelled

This commit is contained in:
sina 2026-07-05 16:11:51 +02:00
parent bf974ffcc2
commit 19ffafae43
2 changed files with 10 additions and 1 deletions

View file

@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.22.0.0] - 2026-XX-XX
New release of the HyperDbg Debugger.
### Added
-
### Changed
-
## [0.21.0.0] - 2026-07-05
New release of the HyperDbg Debugger.

View file

@ -18,7 +18,7 @@
//////////////////////////////////////////////////
#define VERSION_MAJOR 0
#define VERSION_MINOR 21
#define VERSION_MINOR 22
#define VERSION_PATCH 0
#define BETA_VERSION FALSE