|
---
|
|
title: hugo.Version
|
|
description: Returns the current version of the Hugo binary.
|
|
categories: []
|
|
keywords: []
|
|
action:
|
|
aliases: []
|
|
related: []
|
|
returnType: hugo.VersionString
|
|
signatures: [hugo.Version]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ hugo.Version }} → 0.137.1
|
|
```
|