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",