Skip to content

Commit 524415b

Browse files
committed
chore: bump to 0.16.0
1 parent 8882310 commit 524415b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 1. Update the version tag in the Dockerfile to match the version in sherlock/__init__.py
33
# 2. Update the VCS_REF tag to match the tagged version's FULL commit hash
44
# 3. Build image with BOTH latest and version tags
5-
# i.e. `docker build -t sherlock/sherlock:0.15.0 -t sherlock/sherlock:latest .`
5+
# i.e. `docker build -t sherlock/sherlock:0.16.0 -t sherlock/sherlock:latest .`
66

77
FROM python:3.12-slim-bullseye as build
88
WORKDIR /sherlock

sherlock_project/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
__shortname__ = "Sherlock"
1212
__longname__ = "Sherlock: Find Usernames Across Social Networks"
13-
__version__ = "0.15.0"
13+
__version__ = "0.16.0"
1414

1515
forge_api_latest_release = "https://api.github.com/repos/sherlock-project/sherlock/releases/latest"

0 commit comments

Comments
 (0)