chore: bump version to v0.21.19 (2026.8.14)

This commit is contained in:
ethernet 2026-08-14 02:04:29 -04:00
parent 5af265c937
commit 3c72a441f2
5 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"name": "hermes",
"productName": "Hermes",
"private": true,
"version": "0.21.18",
"version": "0.21.19",
"description": "Native desktop shell for Hermes Agent.",
"author": "Nous Research",
"type": "module",

View File

@ -14,11 +14,11 @@ Provides subcommands for:
import os
import sys
__version__ = "0.21.18"
__release_date__ = "2026.8.13"
__version__ = "0.21.19"
__release_date__ = "2026.8.14"
# This is the commit count at the release tag, used only by immutable Nix builds that do
# not carry git history. `scripts/release.py` updates it for each new release.
__release_rev_count__ = 21746
__release_rev_count__ = 21751
def _ensure_utf8():

2
package-lock.json generated
View File

@ -69,7 +69,7 @@
},
"apps/desktop": {
"name": "hermes",
"version": "0.21.18",
"version": "0.21.19",
"dependencies": {
"@assistant-ui/core": "0.2.23",
"@assistant-ui/react": "0.14.24",

View File

@ -2,7 +2,7 @@
[project]
name = "hermes-agent"
version = "0.21.18"
version = "0.21.19"
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
readme = "README.md"
# Upper bound is load-bearing, not cosmetic. uv resolves the project's

View File

@ -1560,7 +1560,7 @@ wheels = [
[[package]]
name = "hermes-agent"
version = "0.21.18"
version = "0.21.19"
source = { editable = "." }
dependencies = [
{ name = "certifi" },