mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 13:44:41 -04:00
16 lines
288 B
Markdown
16 lines
288 B
Markdown
---
|
|
title: hugo.Version
|
|
description: Returns the current version of the Hugo binary.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: []
|
|
returnType: hugo.VersionString
|
|
signatures: [hugo.Version]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ hugo.Version }} → 0.150.0
|
|
```
|