chore: bump version to v0.21.19 (2026.8.14)
This commit is contained in:
parent
5af265c937
commit
3c72a441f2
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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():
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue