Skip to content

Commit 8c3f7f6

Browse files
committed
Fix: replace buildpack version with tag
1 parent 8feea74 commit 8c3f7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildpack.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ api = "0.7"
33
[buildpack]
44
id = "static-buildpack"
55
name = "Static Buildpack"
6-
version = "dev"
6+
version = "__replace__"
77
homepage = "https://www.runway.horse/docs/"
88
keywords = ["hugo", "mdbook"]
99
description = "A buildpack for Hugo & mdbook (for Runway)"
@@ -14,4 +14,4 @@ api = "0.7"
1414

1515
[metadata]
1616
include-files = ["bin/build", "bin/detect", "buildpack.toml"]
17-
pre-package = "make package"
17+
pre-package = "make package"

0 commit comments

Comments
 (0)