Skip to content

Commit

Permalink
Update to 2023.2.1 version (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss committed Jul 18, 2023
1 parent 884256c commit 88ecc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/bazel/config/config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _declare_onedal_config_impl(repo_ctx):
"%{auto_cpu}": auto_cpu,
"%{version_major}": "2023",
"%{version_minor}": "2",
"%{version_update}": "0",
"%{version_update}": "1",
"%{version_build}": utils.datestamp(repo_ctx),
"%{version_buildrev}": "work",
"%{version_status}": "P",
Expand Down
2 changes: 1 addition & 1 deletion makefile.ver
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

MAJOR = 2023
MINOR = 2
UPDATE = 0
UPDATE = 1
BUILD = $(shell date +'%Y%m%d')
STATUS = P
BUILDREV ?= work
Expand Down

0 comments on commit 88ecc1c

Please sign in to comment.