Skip to content

Commit

Permalink
fix: early release (format)
Browse files Browse the repository at this point in the history
  • Loading branch information
hypno2000 committed Apr 10, 2024
1 parent b719ff5 commit e142dfb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ defmodule Protobuf.Mixfile do
@source_url "https://github.com/elixir-protobuf/protobuf"

@version (case File.read("VERSION") do
{:ok, version} -> String.trim(version)
{:error, _} -> "0.0.0-development"
end)

{:ok, version} -> String.trim(version)
{:error, _} -> "0.0.0-development"
end)
@description "A pure Elixir implementation of Google Protobuf."

def project do
Expand Down

0 comments on commit e142dfb

Please sign in to comment.