From 110599e3c0be4364e1eea1bbae1afa188d5bdf27 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 17 Feb 2026 19:27:43 -0500 Subject: [PATCH] Set version to 0.14.4-dev --- hugo.yaml | 4 ++-- package.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 3dc4e96f78..37ddd1efc4 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -129,10 +129,10 @@ params: # The version number for the version of the docs represented in this doc set. # Used in the "version-banner" partial to display a version number for the # current doc set. - version: 0.14.3 + version: 0.14.4-dev # Internal version number with build ID. - versionWithBuildId: 0.14.3 + versionWithBuildId: 0.14.4-dev # Repository configuration (URLs for in-page links to opening issues and suggesting changes) github_repo: https://github.com/google/docsy-example diff --git a/package.json b/package.json index f88cd91d8d..4ef78b1190 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "docsy-example-site", - "version": "0.14.3", - "version.next": "0.14.2-dev-unreleased", + "version": "0.14.4-dev", "description": "Example site that uses Docsy theme for technical documentation.", "repository": "github:google/docsy-example", "homepage": "https://example.docsy.dev",