11 lines
209 B
Go
11 lines
209 B
Go
// -*- Mode: Go; indent-tabs-mode: t -*-
|
|
//
|
|
// Copyright (C) 2018-2019 IOTech Ltd
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package device
|
|
|
|
// Global version
|
|
var Version string = "to be replaced by makefile"
|