diff --git a/hugo.yaml b/hugo.yaml index 3f7ce99b1e..507b6055f3 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -128,7 +128,7 @@ 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.17.0 + version: 0.17.1-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-lock.json b/package-lock.json index 9de2a009dc..762c988d5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docsy-example-site", - "version": "0.17.0", + "version": "0.17.1-dev+002-over-main-d121f75e", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "docsy-example-site", - "version": "0.17.0", + "version": "0.17.1-dev+002-over-main-d121f75e", "license": "Apache-2.0", "workspaces": [ "packages/hugoautogen" diff --git a/package.json b/package.json index d8b37d87cb..15a8173eff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsy-example-site", - "version": "0.17.0", + "version": "0.17.1-dev+002-over-main-d121f75e", "description": "Example site that uses Docsy theme for technical documentation.", "repository": "github:google/docsy-example", "homepage": "https://example.docsy.dev",