Skip to content

Commit c58d410

Browse files
committed
更新版本号
1 parent 162bfb0 commit c58d410

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var paramLuaTabHeader = flag.String("luatabheader", "", "output string to lua ta
3838
var paramGenCSharpBinarySerializeCode = flag.Bool("cs_gensercode", true, "generate c# binary serialize code, default is true")
3939
var paramPackageName = flag.String("package", "", "override the package name in table @Types")
4040

41-
const Version = "2.8.8"
41+
const Version = "2.8.9"
4242

4343
func main() {
4444

v2/example/csharp/Example/Config.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Generated by github.com/davyxu/tabtoy
2-
// Version: 2.8.8
2+
// Version: 2.8.9
33
// DO NOT EDIT!!
44
using System.Collections.Generic;
55

v2/example/golang/Config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Tool": "github.com/davyxu/tabtoy",
3-
"Version": "2.8.8",
3+
"Version": "2.8.9",
44
"Sample":[
55
{ "ID": 100, "Name": "黑猫警长", "NumericalRate": 0.6, "ItemID": 100, "BuffID":[ 0, 10 ], "Pos": { "X": 100, "Y": 89 }, "Type": 0, "SkillID":[ 4, 6, 7 ], "AttackParam": { "Value": 1 }, "SingleStruct": { "HP": 100, "AttackRate": 1.2 }, "StrStruct":[ { "HP": 3, "ExType": 0 }, { "HP": 10, "ExType": 1 } ] },
66
{ "ID": 101, "Name": "葫芦\n", "NumericalRate": 0.8, "ItemID": 100, "BuffID":[ 3, 1 ], "Type": 2, "SkillID":[ 1 ], "SingleStruct": { "HP": 10 }, "StrStruct":[ { } ] },

v2/example/golang/table/table_gen.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Generated by github.com/davyxu/tabtoy
2-
// Version: 2.8.8
2+
// Version: 2.8.9
33
// DO NOT EDIT!!
44
package table
55

v2/example/lua/Config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Generated by github.com/davyxu/tabtoy
2-
-- Version: 2.8.8
2+
-- Version: 2.8.9
33

44
local tab = {
55
Sample = {

v2/test/Config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Tool": "github.com/davyxu/tabtoy",
3-
"Version": "2.8.8",
3+
"Version": "2.8.9",
44
"UnitTest":[
55
{ "FloatNumber": 3.14159 },
66
{ "FloatNumber": 4.5 },

0 commit comments

Comments
 (0)