Skip to content

Commit 7f16c6d

Browse files
committed
[automated] Update version to 2.0.2
1 parent a489e3a commit 7f16c6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Go-Field
22

33
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
4-
[![Coverage Status](https://coveralls.io/repos/github/t34-dev/go-field-alignment/badge.svg?branch=main&ver=1725015358)](https://coveralls.io/github/t34-dev/go-field-alignment?branch=main&ver=1725015358)
5-
![Go Version](https://img.shields.io/badge/Go-1.22-blue?logo=go&ver=1725015358)
6-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/t34-dev/go-field-alignment?ver=1725015358)
7-
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/t34-dev/go-field-alignment?sort=semver&style=flat&logo=git&logoColor=white&label=Latest%20Version&color=blue&ver=1725015358)
4+
[![Coverage Status](https://coveralls.io/repos/github/t34-dev/go-field-alignment/badge.svg?branch=main&ver=1725015591)](https://coveralls.io/github/t34-dev/go-field-alignment?branch=main&ver=1725015591)
5+
![Go Version](https://img.shields.io/badge/Go-1.22-blue?logo=go&ver=1725015591)
6+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/t34-dev/go-field-alignment?ver=1725015591)
7+
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/t34-dev/go-field-alignment?sort=semver&style=flat&logo=git&logoColor=white&label=Latest%20Version&color=blue&ver=1725015591)
88

99
Go-Field is a powerful tool designed for Golang developers to enhance code readability and optimize memory usage by performing multi-level field alignment in struct declarations while preserving original metadata.
1010

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version represents the current Version of the program
4-
const Version = "2.0.0"
4+
const Version = "2.0.2"

0 commit comments

Comments
 (0)