Skip to content

Commit b392aac

Browse files
committed
tmp: update template version
1 parent fc10ac9 commit b392aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
framework:
22
hourglass:
33
template: "https://github.com/Layr-Labs/hourglass-avs-template"
4-
version: "v0.0.19"
4+
version: "f4572159e0b9c451647b12435fce8d00a442b8c0"
55
languages:
66
- go
77
- ts

pkg/template/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func TestLoadConfig(t *testing.T) {
1717
}
1818

1919
expectedBaseURL := "https://github.com/Layr-Labs/hourglass-avs-template"
20-
expectedVersion := "v0.0.19"
20+
expectedVersion := "f4572159e0b9c451647b12435fce8d00a442b8c0"
2121

2222
if mainBaseURL != expectedBaseURL {
2323
t.Errorf("Unexpected main template base URL: got %s, want %s", mainBaseURL, expectedBaseURL)

0 commit comments

Comments
 (0)