Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Laicure committed Jul 12, 2019
1 parent edb6c54 commit 123f872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HostsY/Forms/HostsSettings.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HostsY/Forms/HostsSettings.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
numDomainPerLine.Value = SetDomainPerLine
txLoopbacks.Text = String.Join(vbCrLf, SetLoopBlacks)

lbVersion.Text = "v" & My.Computer.FileSystem.GetFileInfo(System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName).LastWriteTimeUtc.ToString("yyyy.MM.dd_HH.mm.ss")
lbVersion.Text = "v" & My.Application.Info.Version.ToString
End Sub

Private Sub HostsSettings_FormClosing(sender As Object, e As FormClosingEventArgs) Handles MyBase.FormClosing
Expand Down

0 comments on commit 123f872

Please sign in to comment.