Skip to content

Commit

Permalink
update package info (NVIDIA#8793)
Browse files Browse the repository at this point in the history
Signed-off-by: eharper <eharper@nvidia.com>
  • Loading branch information
ericharper authored Apr 13, 2024
1 parent 051f065 commit 6cf297b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ COPY . .

# start building the final container
FROM nemo-deps as nemo
ARG NEMO_VERSION=1.23.0
ARG NEMO_VERSION=2.0.0

# Check that NEMO_VERSION is set. Build will fail without this. Expose NEMO and base container
# version information as runtime environment variable for introspection purposes
Expand Down
4 changes: 2 additions & 2 deletions nemo/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.


MAJOR = 1
MINOR = 23
MAJOR = 2
MINOR = 0
PATCH = 0
PRE_RELEASE = 'rc0'

Expand Down

0 comments on commit 6cf297b

Please sign in to comment.