From b5fda81eae9a5f3573498b9b169cb67576c9c26a Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 13 Sep 2024 20:06:06 +0200 Subject: Bump version --- exampleSite/content/documentation/index.md | 4 ++-- exampleSite/go.mod | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md index 9e2a3f6..06d012f 100644 --- a/exampleSite/content/documentation/index.md +++ b/exampleSite/content/documentation/index.md @@ -75,8 +75,8 @@ Your terminal output should look similar to the following: ``` go: no module dependencies to download -go: downloading github.com/sergeyklay/gohugo-theme-ed v0.7.0 -go: added github.com/sergeyklay/gohugo-theme-ed v0.7.0 +go: downloading github.com/sergeyklay/gohugo-theme-ed v0.8.0 +go: added github.com/sergeyklay/gohugo-theme-ed v0.8.0 hugo: downloading modules … hugo: collected modules in 5342 ms ``` diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 90d95bb..812a99e 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,5 +3,3 @@ module github.com/sergeyklay/gohugo-theme-ed/exampleSite go 1.18 replace github.com/sergeyklay/gohugo-theme-ed => ../ - -require github.com/sergeyklay/gohugo-theme-ed v0.7.0 // indirect -- cgit v1.2.3