Skip to content

Commit

Permalink
chore: update inference version number
Browse files Browse the repository at this point in the history
  • Loading branch information
taskingaijc authored and DynamesC committed Jul 25, 2024
1 parent cf5afca commit 22bcbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Config:

def __init__(self):
# version
self.VERSION = "v0.2.15"
self.VERSION = "v0.2.16"

# mode
self.MODE = load_str_env("MODE", required=True)
Expand Down

0 comments on commit 22bcbc1

Please sign in to comment.