We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e286ac2 commit ceac20cCopy full SHA for ceac20c
2 files changed
CHANGELOG.md
@@ -8,6 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
## [Unreleased]
10
11
+## [2.1.1] - 2025-09-08
12
+
13
### Fixed
14
15
- Fix various typos throughout the codebase (attachment, unknown).
GNUmakefile
@@ -8,8 +8,8 @@ PANDOC = pandoc
INSTALL = install
RM = rm -f
-DATETIME = "Aug 15, 2025"
-VERSION = 2.1.0
+DATETIME = "Sep 8, 2025"
+VERSION = 2.1.1
LDFLAGS = -ldflags "-X 'main.cliVersion=$(VERSION)'"
BIN = bin/privatebin
0 commit comments