diff --git a/README.md b/README.md index 951e31f..d4717f7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Shipped version:** 1.46.1~ynh1 +**Shipped version:** 1.46.2~ynh1 **Demo:** ## Documentation and resources diff --git a/README_es.md b/README_es.md index 7c13890..72616f9 100644 --- a/README_es.md +++ b/README_es.md @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Versión actual:** 1.46.1~ynh1 +**Versión actual:** 1.46.2~ynh1 **Demo:** ## Documentaciones y recursos diff --git a/README_eu.md b/README_eu.md index 2b7f4a7..bfec7d6 100644 --- a/README_eu.md +++ b/README_eu.md @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Paketatutako bertsioa:** 1.46.1~ynh1 +**Paketatutako bertsioa:** 1.46.2~ynh1 **Demoa:** ## Dokumentazioa eta baliabideak diff --git a/README_fr.md b/README_fr.md index d1dee80..7275ff1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Version incluse :** 1.46.1~ynh1 +**Version incluse :** 1.46.2~ynh1 **Démo :** ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index e325ec3..26c4101 100644 --- a/README_gl.md +++ b/README_gl.md @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Versión proporcionada:** 1.46.1~ynh1 +**Versión proporcionada:** 1.46.2~ynh1 **Demo:** ## Documentación e recursos diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 19b2adc..3fe15e9 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**分发版本:** 1.46.1~ynh1 +**分发版本:** 1.46.2~ynh1 **演示:** ## 文档与资源 diff --git a/manifest.toml b/manifest.toml index 7d6df29..df1f2e6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "NetData" description.en = "Real-time performance and health monitoring" description.fr = "Monitoring serveur en temps reel" -version = "1.46.1~ynh1" +version = "1.46.2~ynh1" maintainers = ["JimboJoe"] @@ -49,8 +49,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/netdata/netdata/releases/download/v1.46.1/netdata-v1.46.1.tar.gz" - sha256 = "e909a109e1d60bf9416a70f2bb0bbf668d75c75d7ca9ce0b59d88fc634266114" + url = "https://github.com/netdata/netdata/releases/download/v1.46.2/netdata-v1.46.2.tar.gz" + sha256 = "5451bd19f044948ae568fa1e7283d54b41da796dc984999bcb9df25f1718e026" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^netdata-v([0-9.]*)tar.gz$" [resources.sources.go]