diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-13 20:06:06 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <git@serghei.pl> | 2024-09-13 20:16:08 +0200 |
| commit | b5fda81eae9a5f3573498b9b169cb67576c9c26a (patch) | |
| tree | c69505d7c97e791ac5cd9262f31ee0992be81202 /exampleSite | |
| parent | c51fc86a78095c7ecc51a8e04e67971d08c606cf (diff) | |
| download | gohugo-theme-ed-b5fda81eae9a5f3573498b9b169cb67576c9c26a.tar.gz | |
Bump version
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/content/documentation/index.md | 4 | ||||
| -rw-r--r-- | exampleSite/go.mod | 2 |
2 files changed, 2 insertions, 4 deletions
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 |
