Skip to content

Commit bc8acfe

Browse files
authored
Set version to 0.14.4-dev (#426)
1 parent 22bbb8c commit bc8acfe

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ params:
129129
# The version number for the version of the docs represented in this doc set.
130130
# Used in the "version-banner" partial to display a version number for the
131131
# current doc set.
132-
version: 0.14.3
132+
version: 0.14.4-dev
133133

134134
# Internal version number with build ID.
135-
versionWithBuildId: 0.14.3
135+
versionWithBuildId: 0.14.4-dev
136136

137137
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
138138
github_repo: https://github.com/google/docsy-example

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "docsy-example-site",
3-
"version": "0.14.3",
4-
"version.next": "0.14.2-dev-unreleased",
3+
"version": "0.14.4-dev",
54
"description": "Example site that uses Docsy theme for technical documentation.",
65
"repository": "github:google/docsy-example",
76
"homepage": "https://example.docsy.dev",

0 commit comments

Comments
 (0)