Skip to content

Commit baf6f83

Browse files
committed
chore: version bump
1 parent a2c135e commit baf6f83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.27)
22

33
include(cmake/BootstrapVcpkg.cmake)
44

5-
project(nyu-util VERSION 2.0.2)
5+
project(nyu-util VERSION 2.0.3)
66

77
find_package(Catch2 3 CONFIG REQUIRED)
88
find_package(verilator CONFIG REQUIRED)

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nyu-util",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "NYU Processor Design's Utilities",
55
"homepage": "https://github.com/NYU-Processor-Design/nyu-util",
66
"maintainers": [

0 commit comments

Comments
 (0)