Skip to content

Commit

Permalink
Version 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayazes committed Oct 25, 2023
1 parent 29cc736 commit c801832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Inferno/Version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

namespace Inferno {
constexpr auto VERSION_STRING = "1.0.17";
constexpr auto VERSION_STRING = "1.0.18";
constexpr auto APP_TITLE = "Inferno Editor";
}
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "inferno",
"version": "1.0.17",
"version": "1.0.18",
"description": "Inferno Engine",
"vcpkg-configuration": {
"default-registry": {
Expand Down

0 comments on commit c801832

Please sign in to comment.