9 lines
221 B
Go
9 lines
221 B
Go
// Copyright © 2016 Zlatko Čalušić
|
|
//
|
|
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file.
|
|
|
|
package sysinfo
|
|
|
|
// Version of the sysinfo library.
|
|
const Version = "1.1.3"
|