Removing olver version file

This commit is contained in:
stephb9959
2022-11-03 12:39:36 -07:00
parent fe50daf627
commit a22fac8b86
2 changed files with 1 additions and 14 deletions

2
build
View File

@@ -1 +1 @@
7
8

View File

@@ -1,13 +0,0 @@
//
// Created by stephane bourque on 2021-12-06.
//
#pragma once
#include <string>
namespace OW_VERSION {
inline static const std::string VERSION{"2.8.0"};
inline static const std::string BUILD{"1"};
inline static const std::string HASH{"v2.7.0-RC4-19-g9daee84"};
}