Skip to content

Commit

Permalink
Prepare for rel-1.16.1 branch (#6106)
Browse files Browse the repository at this point in the history
### Description
Prepare for rel-1.16.1 branch

### Motivation and Context
Prepare ONNX 1.16.1 release

Signed-off-by: Charles Volzka <cjvolzka@us.ibm.com>
  • Loading branch information
cjvolzka committed Apr 30, 2024
1 parent 4e7289d commit d6f8712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/common/version.h
Expand Up @@ -9,6 +9,6 @@
namespace ONNX_NAMESPACE {

// Represents the most recent release version. Updated with every release.
constexpr const char* LAST_RELEASE_VERSION = "1.16.0";
constexpr const char* LAST_RELEASE_VERSION = "1.16.1";

} // namespace ONNX_NAMESPACE

0 comments on commit d6f8712

Please sign in to comment.