Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorrison committed Nov 13, 2024
1 parent c4735e8 commit fc2109f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion container/create_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import argparse
import os

LATEST = '1.2.1'
LATEST = '1.3.0'

def valid_versions():
"""Valid versions of dupsifter and their corresponding tags.
Expand All @@ -55,6 +55,7 @@ def valid_versions():
'1.1.1': 'v1.1.1.20230615',
'1.2.0': 'v1.2.0.20230926',
'1.2.1': 'v1.2.1.20240119',
'1.3.0': 'v1.3.0.20241113',
}

def cli():
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define DUPSIFTER_VERSION "1.2.2.dev"
#define DUPSIFTER_VERSION "1.3.0"

0 comments on commit fc2109f

Please sign in to comment.