You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/windows.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,19 +80,19 @@ Both are currently provided to allow migration.
80
80
81
81
## Installation Packages
82
82
83
-
The latest stable version is 1.9.5, each version is available on the Github release as well as at `https://fluentbit.io/releases/<Major Version>/Major>fluent-bit-<Full Version>-win[32|64].exe`:
83
+
The latest stable version is 1.9.6, each version is available on the Github release as well as at `https://fluentbit.io/releases/<Major Version>/Major>fluent-bit-<Full Version>-win[32|64].exe`:
To check the integrity, use `Get-FileHash` cmdlet on PowerShell.
93
93
94
94
```
95
-
PS> Get-FileHash fluent-bit-1.9.5-win32.exe
95
+
PS> Get-FileHash fluent-bit-1.9.6-win32.exe
96
96
```
97
97
98
98
## Installing from ZIP archive
@@ -102,7 +102,7 @@ Download a ZIP archive from above. There are installers for 32-bit and 64-bit en
102
102
Then you need to expand the ZIP archive. You can do this by clicking "Extract All" on Explorer, or if you're using PowerShell, you can use `Expand-Archive` cmdlet.
103
103
104
104
```
105
-
PS> Expand-Archive fluent-bit-1.9.5-win64.zip
105
+
PS> Expand-Archive fluent-bit-1.9.6-win64.zip
106
106
```
107
107
108
108
The ZIP package contains the following set of files.
0 commit comments